projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0db2ec7
)
Comment fix (to avoid "unterminated comment" warning).
author
Karl Heuer
<kwzh@gnu.org>
Thu, 4 Dec 1997 03:30:03 +0000
(
03:30
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 4 Dec 1997 03:30:03 +0000
(
03:30
+0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 1ce32950da3242d912f2703783e0dbfaabdcd450..33c4a1578f342d7f734352847c64de75339670a6 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-1492,7
+1492,9
@@
struct catchtag
Lisp_Object tag;
Lisp_Object val;
struct catchtag *next;
-/* jmp_buf jmp; /* We don't need this for GC purposes */
+#if 0 /* We don't need this for GC purposes */
+ jmp_buf jmp;
+#endif
};
struct backtrace